home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / ARBMATH.H < prev    next >
Text File  |  1991-06-07  |  414b  |  16 lines

  1.  
  2. void mult(unsigned char *number,
  3.       const unsigned range,
  4.       const unsigned digits);
  5.  
  6. void add(unsigned char *number,
  7.       const unsigned range,
  8.       const unsigned digits);
  9.  
  10. boolean adiv( unsigned char *number,
  11.              const unsigned divisor,
  12.                    unsigned *remain,
  13.              const unsigned digits);
  14.  
  15. #define MAX_DIGITS 20         /* Number of digits for arb math */
  16.